-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[chore] Delete redundant Spaces #2834
Conversation
import org.snmp4j.smi.TimeTicks; | ||
import org.snmp4j.smi.Variable; | ||
import org.snmp4j.smi.VariableBinding; | ||
import org.snmp4j.smi.*; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please avoid star import, check your package import setting and remove this line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, thank you very much.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have corrected him
avoid star import Signed-off-by: ayu-v0 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
What's changed?
This PR does not add any logical code, just remove some redundant Spaces to make the code more elegant.
Checklist
Add or update API